| C1.Win.C1DX.4 Assembly > C1.Util.DX.Direct2D Namespace > AnalysisTransform Class > ProcessAnalysisResults Method : ProcessAnalysisResults<T>(T[]) Method |
The data that the transform will analyze.
'Declaration Public Overloads Sub ProcessAnalysisResults(Of T As {New, Struct})( _ ByVal analysisData() As T _ )
public void ProcessAnalysisResults<T>( T[] analysisData ) where T: new(), struct
The data that the transform will analyze.